home *** CD-ROM | disk | FTP | other *** search
- object Welcome: TWelcome
- Left = 599
- Top = 181
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'Welcome to SFS Software Germany'
- ClientHeight = 470
- ClientWidth = 387
- Color = clTeal
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 20
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 389
- Height = 472
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object OKButton: TBitBtn
- Left = 8
- Top = 440
- Width = 65
- Height = 25
- Caption = 'I Agree.'
- Default = True
- Font.Color = clBlack
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- OnClick = OKButtonClick
- Layout = blGlyphTop
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object Button1: TButton
- Left = 184
- Top = 440
- Width = 121
- Height = 25
- Caption = 'License agreement'
- Font.Color = clBlack
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button1Click
- end
- object CancelBtn: TBitBtn
- Left = 312
- Top = 440
- Width = 73
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 1
- OnClick = CancelBtnClick
- Layout = blGlyphTop
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object Button2: TButton
- Left = 80
- Top = 440
- Width = 75
- Height = 25
- Caption = 'Register'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = Button2Click
- end
- object Edit1: TEdit
- Left = 320
- Top = 408
- Width = 49
- Height = 24
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- end
-